home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / COLOR.HLP < prev    next >
Text File  |  1987-12-21  |  1KB  |  42 lines

  1. \ COLOR.HLP     Color board support for ZF              by Tom Zimmer
  2.  
  3. \ For Color boards, the following values may be used for background
  4. \ or forground.
  5.  
  6. BLACK       \ black
  7. BLUE        \ blue
  8. GREEN       \ green
  9. CYAN        \ cyan
  10. RED         \ red
  11. MAGENTA     \ magenta
  12. BROWN       \ brown
  13. LTGRAY      \ light gray
  14. DKGRAY      \ dark gray         Blinks in Background.
  15. LTBLUE      \ light blue        Blinks in Background.
  16. LTGREEN     \ light green       Blinks in Background.
  17. LTCYAN      \ light cyan        Blinks in Background.
  18. LTRED       \ light red         Blinks in Background.
  19. LTMAGENTA   \ light magenta     Blinks in Background.
  20. YELLOW      \ yellow            Blinks in Background.
  21. WHITE       \ white             Blinks in Background.
  22.  
  23. >FG           ( N1 --- )
  24.         Set the Forground color to value n1.
  25.  
  26. >BG           ( N1 --- )
  27.         Set the Background color to value n1.
  28.  
  29. >BUGN         ( --- )
  30.         Set the Backgound to BLUE, and Forground to Green.
  31.  
  32. >RDWT         ( --- )
  33.         Set the Background to RED, and Forground to WHITE.
  34.  
  35. >BUWT         ( --- )
  36.         Set the Background to Green, and Forground to WHITE.
  37.  
  38. >COLOR        ( --- )
  39.         Select hilighting for color monitor.
  40.  
  41.  
  42.